assistant: Fix typo in a translatable string
authorPiotr Drąg <piotrdrag@gmail.com>
Thu, 21 Feb 2019 12:28:37 +0000 (13:28 +0100)
committerPiotr Drąg <piotrdrag@gmail.com>
Thu, 21 Feb 2019 12:28:37 +0000 (13:28 +0100)
gtk/gtkassistant.c

index 35e4ce021fc707722a21fdbc188c5819b1679bde..8d3d67cd1db93b4cd08d89750a5f9d9e2b8998a4 100644 (file)
@@ -622,7 +622,7 @@ gtk_assistant_class_init (GtkAssistantClass *class)
                                    PROP_PAGES,
                                    g_param_spec_object ("pages",
                                                         P_("Pages"),
-                                                        P_("The pages of the assitant."),
+                                                        P_("The pages of the assistant."),
                                                         G_TYPE_LIST_MODEL,
                                                         GTK_PARAM_READABLE));